projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d39cb7
)
transform: Fix a wrong annotation
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 24 Feb 2019 04:21:32 +0000
(23:21 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 24 Feb 2019 04:21:32 +0000
(23:21 -0500)
It is (out caller-allocates), not (out) (caller-allocates).
gtk/gtktransform.c
patch
|
blob
|
history
diff --git
a/gtk/gtktransform.c
b/gtk/gtktransform.c
index 7580a3476b8f10416848ef9f1f37ea31b0d7e8b4..f114b69bfe2e7aaba2e0c60247366e8345efae57 100644
(file)
--- a/
gtk/gtktransform.c
+++ b/
gtk/gtktransform.c
@@
-979,7
+979,7
@@
gtk_transform_get_next (GtkTransform *self)
/**
* gtk_transform_to_matrix:
* @self: (allow-none): a #GtkTransform
- * @out_matrix: (out
) (
caller-allocates): The matrix to set
+ * @out_matrix: (out
caller-allocates): The matrix to set
*
* Computes the actual value of @self and stores it in @out_matrix.
* The previous value of @out_matrix will be ignored.